home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / john / hc_xcmd_.hqx / Searchreplace XCMD v.2.0 / background_9234.txt < prev    next >
Text File  |  1989-09-12  |  2KB  |  78 lines

  1. -- background: 9234 from stack: in.0
  2. -- bmap block id: 10213
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=388 top=5 right=24 bottom=407
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 17779 / 17779
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: go prev
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect barn door close fast
  23.   send the short name of me
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=476 top=5 right=24 bottom=494
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 8419 / 8419
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: go next
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual effect barn door open fast
  43.   send the short name of me
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 3 (field)
  49. -- low flags: 01
  50. -- high flags: 2000
  51. -- rect: left=26 top=69 right=330 bottom=482
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 0
  55. -- font id: 3
  56. -- text size: 9
  57. -- style flags: 0
  58. -- line height: 14
  59. -- part name: Information Field
  60.  
  61.  
  62. -- part 4 (button)
  63. -- low flags: 00
  64. -- high flags: A002
  65. -- rect: left=200 top=127 right=149 bottom=300
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Install
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   searchreplace install
  77. end mouseUp
  78.